home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmMainWindowSetAreas.z / XmMainWindowSetAreas
Text File  |  1998-10-30  |  7KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss - A MainWindow function that identifies
  10.           manageable children for each area
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/MainW.h>
  14.           vvvvooooiiiidddd XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss(
  15.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  16.           WWWWiiiiddddggggeeeetttt mmmmeeeennnnuuuu____bbbbaaaarrrr,
  17.           WWWWiiiiddddggggeeeetttt ccccoooommmmmmmmaaaannnndddd____wwwwiiiinnnnddddoooowwww,
  18.           WWWWiiiiddddggggeeeetttt hhhhoooorrrriiiizzzzoooonnnnttttaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr,
  19.           WWWWiiiiddddggggeeeetttt vvvveeeerrrrttttiiiiccccaaaallll____ssssccccrrrroooollllllllbbbbaaaarrrr,
  20.           WWWWiiiiddddggggeeeetttt wwwwoooorrrrkkkk____rrrreeeeggggiiiioooonnnn);
  21.  
  22.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  23.           This page documents Motif 2.1.
  24.  
  25.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.           XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss identifies which of the valid children
  27.           for each area (such as the MenuBar and work region) are to
  28.           be actively managed by MainWindow.  This function also sets
  29.           up or adds the MenuBar, work window, command window, and
  30.           ScrollBar widgets to the application's main window widget.
  31.  
  32.           Each area is optional; therefore, the user can pass NULL to
  33.           one or more of the following arguments. The window manager
  34.           provides the title bar.
  35.  
  36.           NNNNOOOOTTTTEEEE:::: XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss is obsolete and exists for
  37.           compatibility with previous releases.  The information
  38.           previously returned by this function can now be obtained
  39.           through a call to XXXXttttGGGGeeeettttVVVVaaaalllluuuueeeessss on the
  40.           XXXXmmmmNNNNssssccccrrrroooolllllllleeeeddddWWWWiiiinnnnddddoooowwwwCCCChhhhiiiillllddddTTTTyyyyppppeeee resource.
  41.  
  42.           _w_i_d_g_e_t    Specifies the MainWindow widget ID.
  43.  
  44.           _m_e_n_u__b_a_r  Specifies the widget ID for the MenuBar to be
  45.                     associated with the MainWindow widget. Set this ID
  46.                     only after creating an instance of the MainWindow
  47.                     widget. The attribute name associated with this
  48.                     argument is XXXXmmmmNNNNmmmmeeeennnnuuuuBBBBaaaarrrr.
  49.  
  50.           _c_o_m_m_a_n_d__w_i_n_d_o_w
  51.                     Specifies the widget ID for the command window to
  52.                     be associated with the MainWindow widget. Set this
  53.                     ID only after creating an instance of the
  54.                     MainWindow widget. The attribute name associated
  55.                     with this argument is XXXXmmmmNNNNccccoooommmmmmmmaaaannnnddddWWWWiiiinnnnddddoooowwww.
  56.  
  57.           _h_o_r_i_z_o_n_t_a_l__s_c_r_o_l_l_b_a_r
  58.                     Specifies the ScrollBar widget ID for the
  59.                     horizontal ScrollBar to be associated with the
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwwwSSSSeeeettttAAAArrrreeeeaaaassss((((3333XXXX))))
  71.  
  72.  
  73.  
  74.                     MainWindow widget. Set this ID only after creating
  75.                     an instance of the MainWindow widget. The
  76.                     attribute name associated with this argument is
  77.                     XXXXmmmmNNNNhhhhoooorrrriiiizzzzoooonnnnttttaaaallllSSSSccccrrrroooollllllllBBBBaaaarrrr.
  78.  
  79.           _v_e_r_t_i_c_a_l__s_c_r_o_l_l_b_a_r
  80.                     Specifies the ScrollBar widget ID for the vertical
  81.                     ScrollBar to be associated with the MainWindow
  82.                     widget. Set this ID only after creating an
  83.                     instance of the MainWindow widget. The attribute
  84.                     name associated with this argument is
  85.                     XXXXmmmmNNNNvvvveeeerrrrttttiiiiccccaaaallllSSSSccccrrrroooollllllllBBBBaaaarrrr.
  86.  
  87.           _w_o_r_k__r_e_g_i_o_n
  88.                     Specifies the widget ID for the work window to be
  89.                     associated with the MainWindow widget. Set this ID
  90.                     only after creating an instance of the MainWindow
  91.                     widget. The attribute name associated with this
  92.                     argument is XXXXmmmmNNNNwwwwoooorrrrkkkkWWWWiiiinnnnddddoooowwww.
  93.  
  94.           For a complete definition of MainWindow and its associated
  95.           resources, see XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwww(3).
  96.  
  97.      RRRREEEELLLLAAAATTTTEEEEDDDD
  98.           XXXXmmmmMMMMaaaaiiiinnnnWWWWiiiinnnnddddoooowwww(3).
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.